home *** CD-ROM | disk | FTP | other *** search
- Generic Linked List
- ===================
-
-
- The distribution of the Generic Linked List package (Version 0.8, May 1993)
- includes the following files:
-
- Doc/Intro.3 - [nt]roff manual pages
- Doc/lDef.3
- Doc/lDel.3
- Doc/lDelAll.3
- Doc/lDelIndxNode.3
- Doc/lDelNode.3
- Doc/lDump.3
- Doc/lFndFlagNode.3
- Doc/lFndNode.3
- Doc/lGetNode.3
- Doc/lGetIndxNode.3
- Doc/lInfo.3
- Doc/lInfoIndxNode.3
- Doc/lInfoNode.3
- Doc/lInsNode.3
- Doc/lSort.3
- Doc/lUndump.3
- Doc/lUpdIndxNode.3
- Doc/lUpdNode.3
- Makefile - Berkeley or System V Makefile
- Makefile.BCC - Borland C++ v3.1 Makefile
- README - this file !
- CHANGES - list of changes
- Tools_makerule - make rules for Makefile
- example.c - example of use of Generic Linked List routines
- sorted.c - example of several sorting solutions
- sorttest.c - test of sorting theories in lSort
- list.c - Generic Linked List sources
- list.h - Generic Linked List defines and prototypes
-
-
- The installation of the Generic Linked List library is pretty simple :
-
- 1) Check the environment settings (TOOLS_HOME, DIR, LIB and RULE) in
- the Makefile.
-
- 2) Check the environment settings (RANLIB) in the Tools_makerule.
-
- 3) Enter 'make newlib' at the UNIX prompt.
-
- 4) Enter 'make test' or 'make example' to create the executable of
- the program 'example' at the UNIX prompt.
-
-
- I also ported the Generic Linked List to MSDOS, VAX-VMS and Macintosh. I
- didn't create a library on those machines, but I treated list.c and list.h
- the same as all the other source-files (*.[ch]) of the program.
-
-
- The Generic Linked List is in the public domain. It is available at our FTP
- archive (ftp.tno.nl or hermes.bouw.tno.nl), just retrieve te files :
- /pub/TNO/BOUW/Bouwinf/linkedlist_0.8.README
- /pub/TNO/BOUW/Bouwinf/linkedlist_0.8.shar
-
-
- If you have any comments, suggestions, or find any bugs, or make any changes
- you'd like to share, please let me know.
-
-
- Anita Eijs (anita@bouw.tno.nl)
- TNO - BOUW - BouwInformatica
- P.O. Box 49
- 2600 AA Delft
- The Netherlands
- FAX : +31 15 843990
-